file chooser: Don't crawl recent://
authorMatthias Clasen <mclasen@redhat.com>
Thu, 30 Jul 2015 18:03:17 +0000 (14:03 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 30 Jul 2015 18:29:10 +0000 (14:29 -0400)
commitec338b0ab6a17e901e08f7ca88f25f64b520f591
tree48773cddc38ca8c6594e521f2960744940182d1b
parent7d91ca31836bf6918bf9b10724ad9b31934b361f
file chooser: Don't crawl recent://

This is unnecessary - all the recent files are in the model already.
It also leads to duplicates, since our duplicate filtering is based
on g_file_equal, which does not consider recent:///blabla with
target-uri=/my/example to be the same as file:///my/example.
gtk/gtksearchenginesimple.c